- the long image on the right is the complete BG layer 1 tileset for grasslands areas
- the BG layer 2 tileset is very similar, in that it organizes many of the same tiles yet in a different order
- tilesets assume the assigned palette set for each area that uses the tileset
- tiles in tilesets are organized in the order they appear in the decompressed data
- tilemap byte values read from the tilesets to display the tile defined by the tileset data
- the tilemap byte values read from the order of the tileset's data
The
tileset organization tutorial explains how the tiles in a tileset are defined.